
<style type="text/css">

body {font-family: CaslonSSiRegular}  	/* You can change this */
body{background: url(../Utility/Backgrounds/linen.jpg);}	/* Change this to match the text box background */
body {font-size:100%}
h1 {font-size:3.3em}
h2 {font-size:2.5em}
h3 {font-size:1.675em}
h4{font-size:1.55em}
h5{font-size:1.3em; font-weight:600;}
p {font-size:1.2em}


a:link {color: #0000FF; text-decoration: none; }
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: #008000; text-decoration: none; }
a:hover {color: #000000; text-decoration: none; }

img { border: 0; }

#textbox
{
	border-style: solid;
	border-width: 0px;
    padding:25px;
    width:550px !important; /*moz width*/
    width:600px; /*IE width*/
	font-family: CaslonSSiRegular;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-bottom: 150px;
	background-color: #FEFFF1;
	
}	

	
	
	


p.dropcap6:first-letter {
 font-size : 600%;
 font-weight : 100;
 float : left;
 width : 1em; 
 }
 
 p.dropcap3:first-letter {
 font-size : 300%;
 font-weight : 100;
 float : left;
 width : 1em; 
 }
 
 